/* 
    字体颜色-黄 :  color: #fff000;          
    背景颜色-红: background-color: #c92223; 
*/

.column-content .main-hot_link-content {
    /* 首页可以删除横幅的圆角 */
    padding: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.main-hot-link {
    /* 首页横幅渐变背景的包装盒 */
    box-sizing: border-box;
    padding: 10px;
    padding-bottom: 0;
    background-color: #efefef;
}

.main-hot-link_red-bg {
    /* 首页横幅下的红色背景 */
    z-index: -1;
    position: absolute;
    top: 0;
    height: 60px;
    width: 100%;
    background-color: #c92223;
}

.main-hot-link .hot-link {
    /* 横幅渐变背景 */
    position: relative;
    background: url(../images/bg-hot-link.png) no-repeat;
    background-size: cover;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.main-hot-link .hot-link .hot-link-text-num {
    font-size: 26px;
    color: #fff000;
    line-height: 1;
    vertical-align: text-bottom;
    /* 横幅黄色字体 */
}

.hot-link-off-btn.btn-item {
    /* 横幅关闭按钮 */
    position: absolute;
    top: 50%;
    margin-top: -12.5px;
    width: 25px;
    height: 25px;
    background: url(../images/icon-head-off.png) no-repeat;
    right: 15px;
}

.main-hot-link .hot-link .hot-link-url {
    /* 横幅跳转链接字体 */
    margin-left: 25px;
    display: inline-block;
    color: #313fda;
    line-height: 1;
    font-size: 16px;
    text-shadow: 0 1px #fff;
    padding: 7px 20px;
    background-color: #dfdefb;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    vertical-align: baseline;
}

.main-hot-link .hot-link .hot-link-url:hover {
    color: #0d20f9;
    /* 横幅跳转链接字体悬停颜色*/
}

/* 首页商务动态 */

.column-box.swdt {
    /* 首页商务动态区域 特殊盒子 */
    padding: 0 10px;
    padding-top: 14px;
    padding-bottom: 4px;
    background-color: #fff;
    box-sizing: border-box;
}

.index-swdt {
    padding-bottom: 20px;
}

.column-box_desc-wrapper_desc-title {
    /* 首页商务动态区域 特殊盒子 标题 */
    font-size: 16px;
    line-height: 23px;
    color: #1e1e1e;
    font-weight: 700;
    padding: 6px 0;
    height: 44px;
    overflow: hidden;
    /* 文字溢出... 谷歌浏览器支持 */
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

/* 
.column-box .column-box_title {
    position: relative;
    font-size: 20px;
    color: #cc0000;
    font-weight: 700;
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #d0d0d0;
} */

.col-menu-2-wrapper {
    /* 首页政民互动 公众服务 行元素居中
 */
    text-align: center;
}

.column-menu-list {
    font-size: 0;
    /* 首页依申请公开盒子 */
}

.column-menu-list_item {
    /* 首页依申请公开盒子子元素 */
    width: 100%;
    height: 37px;
    line-height: 37px;
    background-size: cover;
    ;
    margin-bottom: 7px;
}

.column-menu-list_item:last-child {
    /* 首页依申请公开盒子最后子元素不用margin */
    margin-bottom: 0;
}

.column-menu-list_item .inline-box {
    background: url(../images/column-menu-list_item-bg.png) no-repeat;
    background-position-x: center;
}

.column-menu-list_item:nth-child(2) .inline-box {
    background-position-y: -45px;
}

.column-menu-list_item:nth-child(3) .inline-box {
    background-position-y: -90px;
}

.column-menu-list_item:nth-child(4) .inline-box {
    background-position-y: -135px;
}

/* .column-menu-list_item .text {
    margin-left: 11px;
    font-size: 17px;
    color: #474344;
    text-shadow: 2px 1px #fff;
    font-weight: 700;
    letter-spacing: 2px;
} */

.column-box_news-list_news-item:before {
    content: '';
    background-color: #d21919;
    position: absolute;
    width: 4px;
    left: 0;
    height: 4px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: 50%;
    margin-top: -2px;
}

.column-box-slide-box-2 .swiper-container.friend-link-container {
    height: 92px;
    /* 首页下方滑动区域高度 */
}

.friend-link-container .swiper-slide {
    height: inherit;
    /* 首页下方滑动区域高度 */
}

.friend-link-container .swiper-slide .friend-link-item-wrapper {
    /*首页下方滑动区域子元素padding*/padding: 0 10px;
    overflow: hidden;
 
}
.friend-link-container .swiper-slide .friend-link-item-wrapper .img-wrapper{
    box-sizing: border-box;
    width: 100%;
    height: inherit;
    overflow: hidden;
    border: 2px solid #cfcfcf;
}
.friend-link-container .swiper-slide .friend-link-item-wrapper img{
    transition: 0.2s linear transform ;
    -webkit-transition: 0.2s linear transform ;
    -moz-transition: 0.2s linear transform ;
    -ms-transition: 0.2s linear transform ;
    -o-transition: 0.2s linear transform ;
}
.friend-link-container .swiper-slide .friend-link-item-wrapper:hover img{
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
}

.friend-link-container {
    /* 清除左右首页下方滑动区域子元素padding */
    margin: 0 -10px;
}

.friend-link-item-wrapper {
    height: inherit;
    overflow: hidden;
}

.friend-link-item-wrapper img {
    box-sizing: border-box;
    width: 100%;
    height: inherit;
}

/* 修改特殊类的 css库样式 */

/* .layui-carousel[lay-arrow=always] .layui-carousel-arrow {
    font-size: 25px;
} */

/* .column-box .layui-carousel-ind {
    top: -115%;
    text-align: right;
} */

/* .column-box .layui-carousel-arrow:hover,
.column-box .layui-carousel-ind ul:hover {
    background: none;
}

.column-box .layui-carousel-ind li:hover {
    background-color: #c9c9c9;
}

.column-box .layui-carousel-ind li.layui-this {
    background-color: #cc0000;
    width: 25px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.layui-carousel-ind ul {
    background-color: #fff;
}

.layui-carousel-ind li {
    background-color: #c9c9c9;
}

.layui-carousel-ind li.layui-this {
    background-color: #cc0000;
}

.col-menu-2-wrapper .text {
    margin-top: 12px;
    font-size: 16px;
    color: #222222;
} */

/* 修改CSS库的样式 */

.layui-carousel>[carousel-item]>* {
    background-color: #fff;
}

/*

.layui-carousel[lay-arrow=always] .layui-carousel-arrow {
    left: 10px;
}

.layui-carousel:hover .layui-carousel-arrow[lay-type=add],
.layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
    right: 10px;
}

.layui-carousel-arrow {
    height: 48px;
    width: 25px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
} */

.menu-item-container {
    /* 首页商务动态右方四块 */
    /* height: 290px; */
    overflow: hidden;
}

.menu-item-content {
    height: 132px;
}

.menu-item-content .table-middle-wrapper {
    text-align: center;
}

.menu-item-content .table-middle-wrapper .text {
    text-align: center;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    text-shadow: -1px 2px rgba(0, 0, 0, .1);
    /* font-weight: 700; */
    margin-top: 8px;
}

.menu-item-wrapper .menu-item-content {
    cursor: pointer;
    background-size: 100% 100%;
}

.menu-item-wrapper-1 .menu-item-content {
    background-image: url(../images/bg-menu-1.png)
}

.menu-item-wrapper-2 .menu-item-content {
    background-image: url(../images/bg-menu-2.png)
}

.menu-item-wrapper-3 .menu-item-content {
    background-image: url(../images/bg-menu-3.png)
}

.menu-item-wrapper-4 .menu-item-content {
    background-image: url(../images/bg-menu-4.png)
}

/* 轮播图 */

.news-slide.swiper-container {
    height: 285px;
}

.news-slide.swiper-container .arrow {
    position: absolute;
    top: 50%;
    width: 25px;
    height: 45px;
    line-height: 45px;
    background-color: rgba(0, 0, 0, .4);
    margin-top: -20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
}

.news-slide.swiper-container .arrow.arrow-left {
    left: 10px;
}

.news-slide.swiper-container .arrow.arrow-left:before {}

.news-slide.swiper-container .arrow.arrow-right {
    right: 10px;
}

.news-slide.swiper-container .swiper-slide {
    height: 100%;
    position: relative;
}

.news-slide.swiper-container .swiper-slide img {
    height: 100%;
    width: 100%;
}

.news-slide-desc-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background-color: rgba(0, 0, 0, .7);
}

.news-slide-desc-text .text {
    color: #fff;
    margin-left: 10px;
    margin-right: 90px;
    height: 100%;
    font-size: 15px;
}

.column-box-slide-box .swiper-container {
    height: 140px;
    position: relative;
}

.column-box-slide-box.column-box-slide-box-2 .swiper-container {
    height: 130px;
}

.select-container {
    background-color: #efefef;
    border-bottom: 1px solid #bfbfbf;
}

.select-item-wrapper {
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.select-item-wrapper .inline-box>.text {
    color: #121212;
    font-size: 15px;
}

.select-item-wrapper img {
    padding: 0 10px;
}

.select-item-wrapper:hover .inline-box>.text {
    color: #000;
}

.layui-nav-child {
    position: absolute;
    bottom: 100%;
    width: 100%;
    z-index: 100;
    overflow-y: auto;
  	max-height: 288px;
}

.layui-nav .layui-nav-item {
    width: 100%;
}

.layui-nav .inline-box {
    overflow: inherit
}

.select-content .layui-nav {
    background-color: #efefef;
    text-align: center;
}

.layui-nav .layui-nav-item {
    line-height: 50px
}

/* 底部css */

.footer {
    text-align: center;
    color: #151515;
}

.footer span {
    padding: 0 10px;
    vertical-align: middle
}

.footer-desc {
    padding: 20px 0;
    color: #4e4e4e;
}

.footer-desc .inline-box {
    text-align: left;
}

/* 迁移css */

[class^=bg_banner_] {
    position: absolute;
    height: 175px;
    width: 1140px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 0;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
    -webkit-transform: translateZ(0);
}

[class^=bg_banner_]:first-child {
    background-image: url(../images/banner_1.png)
}

[class^=bg_banner_]:first-child,
[class^=bg_banner_]:nth-child(2) {
    background-size: cover;
    background-position: center 0;
    background-repeat: no-repeat;
    transition: opacity 1s linear, filter 1s linear;
    -webkit-transition: opacity 1s linear, filter 1s linear;
    -moz-transition: opacity 1s linear, filter 1s linear;
    -ms-transition: opacity 1s linear, filter 1s linear;
    -o-transition: opacity 1s linear, filter 1s linear;
}

[class^=bg_banner_]:nth-child(2) {
    background-image: url(../images/banner_2.png)
}

[class^=bg_banner_]:nth-child(3) {
    background: url(../images/banner_3.png);
    background-size: cover;
    background-position: center 0;
    background-repeat: no-repeat;
    transition: opacity 1s linear, filter 1s linear;
    -webkit-transition: opacity 1s linear, filter 1s linear;
    -moz-transition: opacity 1s linear, filter 1s linear;
    -ms-transition: opacity 1s linear, filter 1s linear;
    -o-transition: opacity 1s linear, filter 1s linear;
}

[class^=bg_banner_].current {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

/* 导航栏下拉菜单 */

.nav-slide-wrapper .layui-col-sm6 {}

.gzfw>[class*='layui-'] {
    border-right: 1px solid #e8e8e8;
}

.nav-slide-content {}

.nav-slide-content .slide-box {
    text-align: left;
    font-size: 0;
    position: relative;
    display: inline-block;
}

.nav-slide-content .slide-box .sub-box {
    padding-right: 0;
}

.nav-slide-content span.text {}

.nav-slide-content .inline-box.text-box {
    height: 21px;
    line-height: 1;
    overflow: inherit;
    text-align: left;
    position: relative;
}

.text-title-box {
    margin-bottom: 20px;
}

.nav-slide-content .inline-box.img-box {
    height: 50px;
    width: 180px;
    padding: 10px 0;
}

.nav-slide-content .inline-box.img-box img {
    height: 100%;
    width: 100%;
}

.nav-slide-content .inline-box img.head-text-icon {
    left: -15px;
    /* top: 50%; */
    position: absolute;
    top: 7px;
}

.pl-em {
    padding-left: 5em;
}

.nav-slide-content .inline-box .text {
    font-size: 15px;
    color: #292929;
    cursor: pointer;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1;
}

.nav-slide-content .inline-box .text.single {
    margin-top: 7.5px;
}

.nav-slide-content .inline-box .text.text-14 {
    font-size: 14px;
}

.nav-slide-content .text-box-50 {
    float: left;
    width: 50%;
    text-align: right;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.text-box.mar-bot {
    margin-bottom: 20px;
}

.nav-slide-content .text-box-50:nth-child(even) .text {
    text-align: right;
}

/* .nav-slide-content .inline-box.text-box:nth-child(odd) {
    text-align: left;
} */

.bg-gray {
    background-color: #f7f7f7;
}

.spr-img {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/bg-spr-head.png) no-repeat;
    width: 24px;
    height: 18px;
}

.spr-img.spr-img-1 {
    background-position-y: 0;
}

.spr-img.spr-img-2 {
    background-position-y: -18px;
}

.spr-img.spr-img-3 {
    background-position-y: -36px;
}

.spr-img.spr-img-4 {
    background-position-y: -54px;
}

.spr-img.spr-img-5 {
    background-position-y: -72px;
}

.spr-img.spr-img-6 {
    background-position-y: -90px;
}

.spr-text:hover .text {
    color: #d40b3a;
}

.spr-text:hover .spr-img {
    background-position-x: right;
}

/* 链接 */

.url {
    text-decoration: underline;
    cursor: pointer;
}

.slide-url.url {
    font-size: 14px;
    color: #043162;
}

.slide-box-2 .text-left {
    text-align: left;
    width: 210px;
}

.nav-slide-content .border-right {}

.layui-nav-bar {
    display: none;
}

.head-slide-bg,
.icon-bg-box {
    display: inline-block;
    width: 65px;
    height: 65px;
    background: url(../images/bg-head-slide-icon.png) no-repeat;
    vertical-align: middle;
    line-height: 65px;
}

.icon-wrapper {
    text-align: center;
    cursor: pointer;
    margin: 10px 0;
    height: 96px;
}

.icon-bg-box {
    height: 60px;
    text-align: center;
}

.icon-bg-box .table-cell {
    line-height: 1;
}

.icon-bg-box img {
    width: 35px;
}

.icon-name {
    margin-top: 2px;
    height: 16px;
    line-height: 16px;
    color: #272727;
    font-weight: 700;
}

/* .head-slide-bg+.text {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #585858;
    font-weight: 700;
    margin-left: 10px;
} */

.head-slide-container {
cursor: pointer;
    height: 94px;
    margin-bottom: 20px;
    /* padding-top: 15px; */
    /* padding-bottom: 10px; */
}

.nav-slide-content .input {
    height: 30px;
    line-height: 30px;
}

.slide-input-wrapper {
    width: 230px;
    line-height: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    position: relative;
    margin-bottom: 8px;
}

.slide-input-wrapper:focus {
    border-color: #ad0000;
}

.slide-input-wrapper.w50 {
    width: 50%;
}

.slide-input-wrapper .slide-input {
    border: 1px solid #dddddd;
    padding-left: 34px;
    width: 100%;
    height: 100%;
    height: 32px;
    background-color: #f5f5f5;
    color: #686363;
    font-size: 14px;
}

.slide-input-wrapper .slide-input:focus {
    border: 1px solid #ad0000;
    border-radius: 3px;
}

.slide-input-wrapper .slide-input:focus+.icon-abs {
    border-right-color: #ad0000
}

.icon-abs {
    top: 0;
    position: absolute;
    height: 100%;
    width: 35px;
    background: url(../images/icon-slide-input-1.png) no-repeat;
    background-position: center;
    border-right: 1px solid #cccccc;
}

.icon-abs.icon-2 {
    background-image: url(../images/icon-slide-input-2.png);
}

.icon-abs.icon-3 {
    background-image: url(../images/icon-slide-input-3.png);
}

.w50 {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    box-sizing: border-box;
}

.btn-box {
    padding-left: 5px;
    margin-bottom: 8px;
    /* margin-bottom 影响到vertical middle的对齐 */
}

.w50 .btn-item {
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.w50 .btn-item .inline-box .text {
    font-size: 16px;
    color: #fff;
}

.nav-slide-content .inline-box .text.text-red {
    color: #c92223;
    font-weight: 700;
}

.csc-container,
.spdt-container {
    height: 100px;
}

.slide-swiper-wrapper {
    padding: 0 20px;
}

.csc-pagination.pagination,
.spdt-pagination {
    text-align: center;
}

.gzfw-box {
    padding-top: 20px;
    height: 230px;
}

.gzfw-box.gzfw-icon-wrapper {
    padding: 20px 20px 0 20px;
}

.zmhd-box {
    padding: 20px 10px;
    padding-bottom: 0;
    text-align: left;
    padding: 0;
    background-color: #fff;
}

.zmhd-box .slide-box {
    /* height: 97px; */
}

.zmhd-box .layui-col-sm3 {
    padding-top: 20px;
    border-right: 1px solid #e8e8e8;
}

.zmhd-box .layui-col-sm3:last-child {
    border-right: none;
}

.zmhd-box>* {
    text-align: left;
}

.zmhd-img-wrapper {
    position: relative;
    height: 120px;
    width: 220px;
    display: inline-block;
}

.zmhd-img-wrapper>img {
    width: 100%;
}

.zmhd-text {
    width: 100%;
    bottom: 0;
    position: absolute;
    height: 30px;
    line-height: 30px;
    background-color: rgba(0, 0, 0, .5);
}

.tx-title {
    font-weight: 700;
    font-size: 14px;
    color: #1e1e1e;
}

.tx-text-wrapper {
    height: 60px;
    overflow: hidden;
    padding-left: 30px;
    position: relative;
}

.tx-text {
    color: #1e1e1e;
    font-size: 14px;
    line-height: 20px
}

.tx-container.swiper-container {
    height: 80px;
}

/* .zmhd-box .slide-box {
    display: block;
} */

.tx-pagination.pagination {
    text-align: center;
    bottom: 25px;
}

.tx .list {
    padding: 0 10px;
    border-bottom: 1px dotted #9d9d9d;
}

.tx .list .item {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #1e1e1e;
}

.zmhd-box .btn-item {
    width: 115px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.zmhd-box .inline-box.text-box {
    margin-bottom: 5px;
}

.zmhd-box .btn-item .text {
    color: #fff;
}

.zmhd-box .btn-item+.btn-item {
    margin-left: 14px;
}

.column-box_news-list.padd-15 {
    padding: 15px 0;
}

/* 带时间的article */

.column-box_news-list.line-50 .column-box_news-list_news-item {
    height: 50px;
    line-height: 50px;
}

.column-box_news-list.has-time .column-box_news-list_news-item .has-time-article-text {
    margin-right: 80px;
}

.column-box_news-list_news-item .text-article-time {
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    color: #909090;
}

/* 分页 */

.pagination-group {
    font-size: 0;
    padding: 20px 0;
    text-align: center;
    border-top: 1px dotted #c5c5c5;
}

.pagination-cell {
    cursor: pointer;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    width: 67px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    vertical-align: middle;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    color: #3c3c3c;
}

.pagination-cell-bg-red {
    color: #fff;
    background-color: #cc0000;
}

.pagination-cell-bg-grad {
    border: 1px solid #c5c5c5;
    color: #3c3c3c;
    background-color: #fff;
    background-image: -moz-linear-gradient(to bottom #fefefe #f0f0f0);
    background-image: linear-gradient(to bottom, #fefefe, #f0f0f0);
}

.pagination-input {
    width: auto;
    line-height: 1;
}

.pagination-input input {
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    border: 1px solid #c5c5c5;
    width: 58px;
    height: 100%;
    color: #3c3c3c;
    font-size: 14px;
    text-align: center;
}

.pagination-cell-text {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
}

/* 文章详情 */

.img-wrapper {
    text-align: center;
}

.banner-bg-wrapper {
    position: absolute;
    height: 175px;
    overflow: hidden;
    left: 0;
    right: 0;
}

/* 选项卡 */

.layui-tab-title .layui-this {
    background-color: #fff;
    border: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #cd0000;
}

.layui-tab-title .layui-this:after {
    display: none;
}

.layui-tab-title li {
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
}

.article-weight {
    padding-right: 12px;
    margin-right: 12px;
    color: #cc0000;
    border-right: 1px solid currentColor;
}

/* 图片列表页 */

.img-container {
    font-size: 16px;
}

.img-container img {
    width: 200px;
    height: 130px;
}

.img-list-content-wrapper {
    padding-left: 33px;
}

.img-list-content-wrapper {
    margin-bottom: 20px;
    /* 如果文章详情比图片高的情况 */
}

.img-list-container {
    padding-top: 20px;
    border-bottom: 1px dotted #9d9d9d;
}

.img-list-title {
    font-size: 18px;
    font-weight: 700;
    color: #1e1e1e;
    margin-bottom: 5px;
}

.img-list-content {
    color: #474747;
    margin-bottom: 10px;
}

.img-list-time {
    color: #969696;
}

/* 盒子阴影 */

.col-box-shadow {
    box-shadow: 0px 4px 8px rgba(175, 175, 175, 0.3)
}

.col-box-shadow-head-slide {
    box-shadow: 0px 4px 8px rgba(175, 175, 175, 0.3)
}

/* 特殊类 */

.border-white-5px {
    background-color: #f0f0f0;
    border-radius: 5px;
    overflow: visible;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.padding-height {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 10px 0;
    height: 100%;
}

.col-menu-2-wrapper {
    border-right: 1px dotted #9d9d9d;
}

.col-menu-2-wrapper:last-child {
    border-right: none;
}

.spr-col-menu-img {
    background-color: #fff;
}

/*  */

.spr-col-menu-img {
    background: url(../images/icon-spr-bg.png) no-repeat;
    display: inline-block;
    width: 80px;
    height: 80px;
    cursor: pointer;
}

.spr-col-menu-img-2 {
    background-position-x: -80px;
}

.spr-col-menu-img-3 {
    background-position-x: -160px;
}

.col-menu-2-wrapper .table-middle-wrapper:hover .spr-col-menu-img {
    background-position-y: -80px;
}

.col-menu-2-wrapper .table-middle-wrapper:hover .text {
    color: #cc0000;
}

.col-menu-2-wrapper-slide-2 .spr-col-menu-img {
    background-position-y: -160px;
}

.col-menu-2-wrapper-slide-2 .table-middle-wrapper:hover .spr-col-menu-img {
    background-position-y: -240px;
}

.spr-col-menu-2-img {
    background: url(../images/icon-spr-bg-2.png) no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.col-menu-2-wrapper-2 .spr-col-menu-2-img {
    background-position-y: -80px;
}

.col-menu-2-wrapper-3 .spr-col-menu-2-img {
    background-position-y: -160px;
}

.col-menu-2-wrapper-2 .table-middle-wrapper:hover .spr-col-menu-2-img {
    background-position-y: -40px;
}

.spr-col-menu-2-img-2 {
    background-position-x: -40px;
}

.spr-col-menu-2-img-3 {
    background-position-x: -80px;
}

.col-menu-2-wrapper-2 .table-middle-wrapper:hover .spr-col-menu-2-img {
    background-position-y: -120px;
}

.col-menu-2-wrapper-3 .table-middle-wrapper:hover .spr-col-menu-2-img {
    background-position-y: -200px;
}

.col-menu-2-wrapper-1 .table-middle-wrapper:hover .spr-col-menu-2-img {
    background-position-y: -40px;
}

.container .main {
    padding-bottom: 20px;
}

.col-menu-2-wrapper {
    cursor: pointer;
}

.col-menu-2-wrapper-1 .col-menu-2-wrapper .text,
.col-menu-2-wrapper-2 .col-menu-2-wrapper .text,
.col-menu-2-wrapper-3 .col-menu-2-wrapper .text {
    margin-top: 0px;
}

.col-menu-2-wrapper-1 .col-menu-2-wrapper .text.padding-bottom-12 {
    padding-bottom: 12px;
}

.single-text {
    height: 20px;
    line-height: 5px;
}

.nav-item.arrow-top {
    height: 25px;
    color: #ed9c9c;
    line-height: 25px;
    background-color: #d72324;
    margin: 0 -10px;
}

.nav-item.arrow-top .text {
    font-size: 30px;
}

.zmhd-icon-wrapper {
    position: absolute;
    left: 0;
    top: 3px;
}

.xxhd-box .layui-col-sm3 {
    border-right: 1px solid #e8e8e8
}

.xxhd-box .layui-col-sm3:last-child {
    border-right: none;
}

.xxhd-box .slide-box {}

.nav-slide-content.xxhd-box {
    padding: 0px 10px 0 10px;
}

.xxhd-box .xxhd-1 {
    text-align: center;
}

.xxhd-box .slide-box-1 {
    width: 180px;
    display: inline-block;
}

.xxhd-box .xxhd-2 {
    text-align: center;
}

.xxhd-1,
.xxhd-2,
.xxhd-3,
.xxhd-4 {
    height: 200px;
}

.xxhd-box .slide-box-2 {
    width: 210px;
    display: inline-block;
    margin-left: 60px;
}

.xxhd-3 {
    text-align: center;
}

.xxhd-box .slide-box-3 {
    width: 220px;
    display: inline-block;
}

.xxhd-box .layui-col-sm3 {
    padding: 15px 0;
    font-size: 0;
    padding-top: 20px;
    padding-bottom: 26px;
}

.xxhd-4 {
    text-align: center;
}

.xxhd-box-4 {
    display: inline-block;
    width: 210px;
}

.text-box-50:nth-child(even) {
    text-align: right;
}

.slide-box.sub-box.mul-box .inline-box.text-box {
    height: 18px;
}

.zmhd-box .layui-col-sm3 {
    text-align: center;
    height: 190px;
}

.zmhd-wszx {
    display: inline-block;
    width: 225px;
}

.nav-slide-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    color: #000;
    display: none;
}

.slide-title-img {
    position: relative;
}

.slide-title-img img {
    width: 100%;
}

.slide-title-img .slide-desc-text {
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 25px;
    line-height: 25px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    text-align: left;
    padding-left: 10px;
    font-size: 18px;
    text-shadow: 0px 4px 5px rgba(0, 0, 0, 1);
    font-weight: bold;
}

.slide-title-img .slide-desc-text .all {
    position: absolute;
    right: 10px;
    height: 100%;
    font-weight: normal;
    font-size: 14px;
    cursor: pointer;
}

.jkblh {
    padding-top: 16px;
}

/* 边栏附加 20181018*/

/* 首页边栏 */

.side-bar {
    position: absolute;
    right: -120px;
    width: 60px;
    top: 80px;
    padding-right: 60px;
}

.sidebar-container {
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 0 5px;
    min-height: 100px;
    text-align: center
}

.sidebar-container>div {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    cursor: pointer;
}

.qr-code {
    display: none;
    position: absolute;
    right: 100%;
    z-index: 100;
    padding-right: 20px;
}

.qr-content {
    min-height: 150px;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: #fff;
}

.qr-code::before {
    top: 0;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: 100%;
    top: 30px;
}

.sidebar-item {
    position: relative;
    z-index: 10;
}
.sidebar-item.wb-container{
    overflow: hidden;
} 
.wb-wrapper {
    position: absolute;
    width: 120px;
    left: 120px;
    top: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    height: 64px;
}

.wb-wrapper .table-middle-wrapper {
    width: 50%;
    padding: 10px 0;
    background-color: #fff;
    float: left;
    box-sizing: border-box;
}

.sidebar-container .table-middle-wrapper {
    background-color: #fff;
    position: relative;
    z-index: 10;
}

.sidebar-container .table-middle-wrapper:hover{
    color: #e33131
}
.wb-container{
    padding-left: 120px;
    margin-left: -120px;
    /* 撑开左边的宽度 */
}
.sidebar-container>div.wb-container{
    border-bottom: none;
}
.sidebar-container>div.wb-container+.sidebar-item{
    border-top:1px solid #e4e4e4
}
.wb-wrapper .table-middle-wrapper .table-cell{
    border-right: 1px solid #e4e4e4;
    box-sizing: border-box;
}
/* 
.column-container .column-content {
    position: relative;
}

.column-box_desc-wrapper_desc-content {
    text-indent: 2rem;
}

.column-box_desc-wrapper {
    padding: 5px 0;
    border-bottom: 1px dotted #9d9d9d;
}

.column-box_news-list {
    padding: 2px 0;
}

.column-box_news-list_news-item {
    height: 32px;
    line-height: 32px;
    position: relative;
    padding-left: 12px;
    cursor: pointer;
}

.column-box_news-list_news-item:hover {
    text-decoration: underline;
} */
.breadcrumb-container {
  position: relative;
  z-index: 20;
  box-shadow: 1px 1px 4px 1px #d2d2d2;
}